home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
P
/
PW_LIFE_.H
< prev
Wrap
Text File
|
1991-08-16
|
827b
|
33 lines
/* ======================================================= */
/* Initialize us so all our routines can be activated */
void Init_Life_4a(void);
/* Close our window */
void Close_Life_4a(WindowPtr whichWindow);
/* Handle resizing scrollbars */
void Resized_Life_4a(Rect *OldRect, WindowPtr whichWindow);
/* Our window was moved */
void Moved_Life_4a(Rect *OldRect, WindowPtr whichWindow);
/* Update our window, someone uncovered a part of us */
void Update_Life_4a(WindowPtr whichWindow);
/* Open our window and draw everything */
void Open_Life_4a(void);
/* Handle activation of our window */
void Activate_Life_4a(WindowPtr whichWindow, Boolean Do_An_Activate);
/* Handle action to our window, like controls */
void Do_Life_4a(EventRecord *myEvent);
/* ======================================================= */